Skip to content

chore: trim bloated dashboard, remove timeout-prone endpoints - #48

Open
vycdev2 wants to merge 2 commits into
vycdev:developfrom
vycdev2:chore/trim-bloated-dashboard
Open

chore: trim bloated dashboard, remove timeout-prone endpoints#48
vycdev2 wants to merge 2 commits into
vycdev:developfrom
vycdev2:chore/trim-bloated-dashboard

Conversation

@vycdev2

@vycdev2 vycdev2 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removed 4 heavy dashboard endpoints that consistently timeout: /global-overview, /activity, /leaderboard, /insights
  • Kept 9 lightweight endpoints that work reliably: /, /health, /overview, /guilds, /guilds/{id}, /guild-options, /quotes, /quotes/{id}, /quote-approvals/{id}
  • Underlying service code kept but no longer exposed via HTTP — full cleanup can follow separately

Verification

  • dotnet build — 0 errors
  • dotnet test — 188 passed, 0 failed

Risk

  • Low — endpoints removed from routing layer only

Closes #2

This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.

vycdev2 added 2 commits July 30, 2026 11:38
Removes 4 heavy endpoints causing timeouts (/global-overview,
/activity, /leaderboard, /insights). Keeps 9 lightweight endpoints.

Closes vycdev#2
Removes 4 heavy dashboard endpoints that consistently timeout
(/global-overview, /activity, /leaderboard, /insights) from
the routing layer. The underlying service code remains but is
no longer exposed via HTTP.

Closes vycdev#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant